home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15365 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  611 b 

  1. Path: unixg.ubc.ca!news
  2. From: jamesdf@unixg.ubc.ca (James Fairweather)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help w/ C++ DLLs and VBasic
  5. Date: Fri, 05 Apr 1996 01:04:34 GMT
  6. Organization: University of British Columbia
  7. Message-ID: <31647149.31864323@news.ucs.ubc.ca>
  8. References: <4k1kv1$181o@hearst.cac.psu.edu>
  9. NNTP-Posting-Host: srtb0411a01.resnet.ubc.ca
  10. X-Newsreader: Forte Agent .99d/32.182
  11.  
  12. You have declare the functions as extern "C".  Also, the exported
  13. functions must be in a module definition file.
  14. ---
  15. James Fairweather
  16. 4th year Comp. Eng, UBC
  17. Vancouver, BC, Canada
  18. jamesdf@unixg.ubc.ca
  19. 604.228.2269
  20.